'use client';

import { useRegisterImageHotkeys } from '@/hooks/useHotkeys/imageScope';

const RegisterHotkeys = () => {
  useRegisterImageHotkeys();
  return null;
};

export default RegisterHotkeys;
